ByteM.INumeric<ByteM>.IsLessThanOrEqualTo Method

Determines whether the current value is less than or equal to the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<ByteM>.IsLessThanOrEqualTo(
	ByteM value
)

Parameters

value  ByteM
The value to compare with the current value.

Return Value

Boolean
true if the current value is less than or equal to value; otherwise, false.

Implements

INumeric<TSelf>.IsLessThanOrEqualTo(TSelf)

See Also